home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TCHANNELFORM / TCHANNELFORM.txt < prev   
Text File  |  2004-01-05  |  3KB  |  135 lines

  1. object ChannelForm: TChannelForm
  2.   Left = 378
  3.   Top = 135
  4.   Width = 541
  5.   Height = 339
  6.   Caption = 'ChannelForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poDefaultPosOnly
  18.   Scaled = False
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnDeactivate = FormDeactivate
  25.   OnKeyDown = FormKeyDown
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Splitter: TSplitter
  29.     Left = 416
  30.     Top = 9
  31.     Width = 3
  32.     Height = 267
  33.     Cursor = crHSplit
  34.     Align = alRight
  35.     AutoSnap = False
  36.     MinSize = 50
  37.   end
  38.   object TopDock: TDock97
  39.     Left = 0
  40.     Top = 0
  41.     Width = 533
  42.     Height = 9
  43.     FixAlign = True
  44.   end
  45.   object LeftDock: TDock97
  46.     Left = 0
  47.     Top = 9
  48.     Width = 9
  49.     Height = 267
  50.     FixAlign = True
  51.     Position = dpLeft
  52.   end
  53.   object RightDock: TDock97
  54.     Left = 524
  55.     Top = 9
  56.     Width = 9
  57.     Height = 267
  58.     FixAlign = True
  59.     Position = dpRight
  60.   end
  61.   object BottomDock: TDock97
  62.     Left = 0
  63.     Top = 300
  64.     Width = 533
  65.     Height = 9
  66.     FixAlign = True
  67.     Position = dpBottom
  68.   end
  69.   object NickListPanel: TPanel
  70.     Left = 419
  71.     Top = 9
  72.     Width = 105
  73.     Height = 267
  74.     Align = alRight
  75.     BevelOuter = bvNone
  76.     TabOrder = 1
  77.     object NickList: TjmListBox
  78.       Left = 0
  79.       Top = 0
  80.       Width = 105
  81.       Height = 267
  82.       Align = alClient
  83.       ItemHeight = 13
  84.       MultiSelect = True
  85.       PopupMenu = ChannelNicksPopup
  86.       Style = lbOwnerDrawFixed
  87.       TabOrder = 0
  88.       OnDblClick = NickListDblClick
  89.       OnDrawItem = NickListDrawItem
  90.       OnMouseDown = NickListMouseDown
  91.       OnMouseUp = NickListMouseUp
  92.     end
  93.   end
  94.   object InputPanel: TPanel
  95.     Left = 0
  96.     Top = 276
  97.     Width = 533
  98.     Height = 24
  99.     Align = alBottom
  100.     BevelOuter = bvNone
  101.     TabOrder = 0
  102.     object Input: TInputMemo
  103.       Left = 0
  104.       Top = 0
  105.       Width = 533
  106.       Height = 24
  107.       Align = alClient
  108.       TabOrder = 0
  109.       WantTabs = True
  110.       WordWrap = False
  111.       OnKeyDown = InputKeyDown
  112.       OnKeyPress = InputKeyPress
  113.     end
  114.   end
  115.   object OutputPanel: TPanel
  116.     Left = 9
  117.     Top = 9
  118.     Width = 407
  119.     Height = 267
  120.     Align = alClient
  121.     BevelOuter = bvNone
  122.     TabOrder = 2
  123.   end
  124.   object ChannelTextPopup: TPopupMenu
  125.     OnPopup = ChannelTextPopupPopup
  126.     Left = 48
  127.     Top = 56
  128.   end
  129.   object ChannelNicksPopup: TPopupMenu
  130.     OnPopup = ChannelNicksPopupPopup
  131.     Left = 80
  132.     Top = 56
  133.   end
  134. end
  135.